home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / makedoc_v1.1.lha / makedoc / test / test.c < prev   
Encoding:
Text File  |  1994-04-30  |  1.1 KB  |  48 lines

  1. /* test.c
  2. **
  3. ** $VER: test.c 0.2 (30.04.94)
  4. **
  5. ** by
  6. **
  7. ** Stefan Ruppert , Windthorststraße 5 , 65439 Flörsheim , GERMANY
  8. **
  9. ** (C) Copyright 1994
  10. ** All Rights Reserved !
  11. **
  12. ** $HISTORY:
  13. **
  14. ** 30.04.94 : 000.002 :  german doc added
  15. ** 29.04.94 : 000.001 : initial
  16. */
  17.  
  18. /*GB*** test.lib/test ****************************************************
  19. *
  20. * here the documentation of test from test.c
  21. *
  22. ***** END of documentation **********************************************/
  23.  
  24. /*GB*M* Menu/Project/Open ************************************************
  25. *
  26. * here the menu-documentation from test.c
  27. *
  28. ***** END of Menu-documentation *****************************************/
  29.  
  30. /*D**** test.lib/test ****************************************************
  31. *
  32. * hier die Dokumentation für test aus test.c
  33. *
  34. ***** ENDE der Dokumentation ********************************************/
  35.  
  36. /*D**M* Menü/Projekt/Öffnen **********************************************
  37. *
  38. * hier die Menü-Dokumentation aus test.c
  39. *
  40. ***** ENDE der Menü-Dokumentation ***************************************/
  41.  
  42. void test(void )
  43. {
  44.    /* some C code here. why not ? */
  45.  
  46. }
  47.  
  48.